Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less pylint ignores and more tests #105

Merged
merged 12 commits into from
Oct 16, 2019
Merged

Less pylint ignores and more tests #105

merged 12 commits into from
Oct 16, 2019

Conversation

michaelarnauts
Copy link
Collaborator

@michaelarnauts michaelarnauts commented Oct 16, 2019

Add back pylint checks:

  • broad-except,
  • cyclic-import,
  • import-error,
  • missing-docstring,
  • no-init,
  • no-self-use,
  • too-many-branches,
  • too-many-lines,
  • too-many-return-statements,
  • too-many-statements,
  • unused-argument,

Add test for

  • metadata/clean
  • metadata/update

@michaelarnauts michaelarnauts changed the title Less pylint ignores Less pylint ignores and more tests Oct 16, 2019
@michaelarnauts michaelarnauts merged commit 949746a into master Oct 16, 2019
@michaelarnauts michaelarnauts deleted the pylint branch October 16, 2019 20:52
@michaelarnauts michaelarnauts added the testing Related to automated testing label Oct 27, 2019
@dagwieers dagwieers added this to the v0.9.1 milestone Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Related to automated testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants